Appliance Recovery Backup SystemName Archive Summary

Appliance Recovery Backup SystemName Archive Summary
Appliance Recovery Backup SystemName Archive Summary

The Appliance Recovery Backup SystemName Archive Summary schema contains commonly used information about a backup archive.

This schema was added in vSphere API 6.7.

JSON Example
{
    "archive": "string",
    "timestamp": "string",
    "version": "string",
    "comment": "string"
}
string
archive
Required

Backup archive identifier.

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.appliance.recovery.backup.system_name.archive.

string As date-time As date-time
timestamp
Required

Time when this backup was started.

This property was added in vSphere API 6.7.

string
version
Required

The version of the appliance represented by the backup archive.

This property was added in vSphere API 6.7.

string
comment
Required

Custom comment added by the user for this backup.

This property was added in vSphere API 6.7.